From 7c8f1e72f62470b924099336ed024a360d037070 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Glondu?= Date: Wed, 11 Feb 2026 14:28:01 +0100 Subject: [PATCH] Remove transitional packages (Closes: #1125099) --- debian/OCaml_for_Debian | 4 +--- debian/control | 45 ----------------------------------------- 2 files changed, 1 insertion(+), 48 deletions(-) diff --git a/debian/OCaml_for_Debian b/debian/OCaml_for_Debian index 67213a3f..452faa30 100644 --- a/debian/OCaml_for_Debian +++ b/debian/OCaml_for_Debian @@ -4,9 +4,7 @@ OCaml for Debian 1) The OCaml package has been split into different binary packages: o ocaml: contains the full OCaml suite - o ocaml-nox: the full suite except for the Graphics and Tk modules - o ocaml-base: contains the runtime stuff (ocamlrun + dlls + Tk) - o ocaml-base-nox: contains the runtime stuff (ocamlrun + dlls - Tk) + o ocaml-base: contains the runtime stuff (ocamlrun + dlls) o ocaml-compiler-libs: contains several modules used internally by the OCaml compilers. They are not needed for normal OCaml diff --git a/debian/control b/debian/control index 5ae2bf5d..28172d19 100644 --- a/debian/control +++ b/debian/control @@ -222,48 +222,3 @@ Description: OCaml interpreter and standard libraries (lib manpages) . This package contains ocamldoc-generated documentation about libraries provided by OCaml. - -Package: ocaml-base-nox -Section: oldlibs -Architecture: all -Depends: - ocaml-base, - ${misc:Depends} -Replaces: ocaml-base (<< 4.08), ocaml-nox (<< 4.08) -Breaks: ocaml-base (<< 4.08), ocaml-nox (<< 4.08) -Description: transitional package for ocaml-base - Objective Caml (OCaml) is an implementation of the ML language, based on - the Caml Light dialect extended with a complete class-based object system - and a powerful module system in the style of Standard ML. - . - This is a transitional package and can be safely removed. - -Package: ocaml-nox -Section: oldlibs -Architecture: all -Depends: - ocaml, - ${misc:Depends} -Replaces: ocaml-base-nox (<< 4.08), ocaml-compiler-libs (<< 4.08) -Breaks: ocaml-base-nox (<< 4.08), ocaml-compiler-libs (<< 4.08) -Description: transitional package for ocaml - Objective Caml (OCaml) is an implementation of the ML language, based on - the Caml Light dialect extended with a complete class-based object system - and a powerful module system in the style of Standard ML. - . - This is a transitional package and can be safely removed. - -Package: ocaml-compiler-libs -Section: oldlibs -Architecture: all -Depends: - libcompiler-libs-ocaml-dev, - ${misc:Depends} -Replaces: ocaml-base-nox (<< 4) -Breaks: ocaml-base-nox (<< 4) -Description: transitional package for libcompiler-libs-ocaml-dev - Objective (OCaml) is an implementation of the ML language, based on - the Caml Light dialect extended with a complete class-based object system - and a powerful module system in the style of Standard ML. - . - This is a transitional package and can be safely removed. -- 2.30.2